Method ExportAsync(string, long[]?, bool, bool, CancellationToken)

Assembly: redb.Export.dll

Exports the database to the specified file path.

public Task ExportAsync(string outputPath, long[]? schemeIds, bool compress, bool dryRun, CancellationToken ct = default)